[Docker] Docker Volume


  • docker volume share with host

    docker run --name website -v C:\Docker\website:/usr/share/nginx/html -d -p 3000:80 nginx

  • docker volume share between containers

    docker run --name website-copy --volumes-from website -d -p 8081:80 nginx

#docker






你可能感興趣的文章

[Day 02] Bandit Problem

[Day 02] Bandit Problem

第五天:爬蟲【三】

第五天:爬蟲【三】

F2E合作社|卡片組件|Bootstrap 5網頁框架開發入門

F2E合作社|卡片組件|Bootstrap 5網頁框架開發入門






留言討論